home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #2 / Software USA Volume 5.02.iso / mac / children / 2 / Frog Hop Game / Frog Hop Game.dxr / 00169.ls < prev    next >
Encoding:
Text File  |  1998-09-21  |  188 b   |  10 lines

  1. on mouseUp
  2.   global GRIDNUM, grid, DR, gate
  3.   if gate = 0 then
  4.     exit
  5.   end if
  6.   setAt(GRIDNUM, the clickOn - 14, 170)
  7.   set the castNum of sprite the clickOn to 170
  8.   updateStage()
  9. end
  10.